home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2003 March / JOY146_CD2.iso / Data / Sharewares / Jeux / vs5full.exe / {app} / events / vs_lynch.efx < prev    next >
Text File  |  2002-06-03  |  326b  |  18 lines

  1. Precache {
  2.   model = sprites/flake.spr
  3. }
  4.  
  5. Script snow {
  6.   TempSprite {
  7.     rate = 0.01
  8.     dir = { 0,0,-70.0 }
  9.     scale = 0.1
  10.     model = sprites/flake.spr
  11.     rendermode = TransAdd
  12.     renderfx = NoDissipation
  13.     a = 1
  14.     life = 3
  15.     flags = FTENT_COLLIDEWORLD FTENT_COLLIDEKILL FTENT_SLOWGRAVITY 
  16.   }
  17. }
  18.